Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add partial result to AggregateCursor continuation #3254

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

pengpeng-lu
Copy link
Contributor

@pengpeng-lu pengpeng-lu commented Mar 17, 2025

  1. Add AggregateCursor.AggregateCursorContinuation, which contains partialAggregationResult.
  2. AggregateCursor returns AggregateCursor.AggregateCursorContinuation
  3. Add tests in record-layer and relational-layer to verify

@pengpeng-lu pengpeng-lu added the enhancement New feature or request label Mar 17, 2025
@pengpeng-lu
Copy link
Contributor Author

mixed mode test is failing. working on it.

(prefixLength < highBytes.length) &&
(lowBytes[prefixLength] == highBytes[prefixLength])) {
(prefixLength < highBytes.length) &&
(lowBytes[prefixLength] == highBytes[prefixLength])) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird auto formating, will remove it in the next commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant